body {
    background-color:#ff0000;
}

h1 {
    font-size:36;
    color:#ffffff;
    text-align: center;
}

h2 {
    font-size:30;
    color:#ffffff;
    text-align: center;
}

p {
    font-size:24;
    color:#facc2e;
    text-align: center;
}

a {
    color: #33cc00;
}

a:hover {
    color: yellow;
    background-color:blue;
    text-transform: uppercase;
}